home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSprite(11, 1)
- set the castNum of sprite 11 to 130
- updateStage()
- sound playFile 1, "click"
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 11 to 129
- updateStage()
- puppetSprite(11, 0)
- go("hchotel")
- end
-